home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Narzedzia systemowe / TUGZip 3.1.0.0 / tugzip31.exe / {app} / TUGZip,2.exe / 0 / RCDATA / TENCRYPTFORM / TENCRYPTFORM.txt
Text File  |  2004-10-13  |  4KB  |  193 lines

  1. object Encryptform: TEncryptform
  2.   Left = 840
  3.   Top = 327
  4.   BorderStyle = bsDialog
  5.   Caption = 'Encrypt'
  6.   ClientHeight = 257
  7.   ClientWidth = 417
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Topbevel: TBevel
  20.     Left = 0
  21.     Top = 65
  22.     Width = 417
  23.     Height = 8
  24.     Align = alTop
  25.     Shape = bsTopLine
  26.   end
  27.   object Inputbrowsebutton: TSpeedButton
  28.     Left = 384
  29.     Top = 88
  30.     Width = 23
  31.     Height = 22
  32.     Hint = 'Browse.'
  33.     Caption = '...'
  34.     OnClick = InputbrowsebuttonClick
  35.   end
  36.   object Outputbrowsebutton: TSpeedButton
  37.     Left = 384
  38.     Top = 136
  39.     Width = 23
  40.     Height = 22
  41.     Hint = 'Browse.'
  42.     Caption = '...'
  43.     OnClick = OutputbrowsebuttonClick
  44.   end
  45.   object Alglabel: TLabel
  46.     Left = 8
  47.     Top = 168
  48.     Width = 46
  49.     Height = 13
  50.     Caption = 'Algorithm:'
  51.   end
  52.   object Bottombevel: TBevel
  53.     Left = 8
  54.     Top = 216
  55.     Width = 401
  56.     Height = 9
  57.     Shape = bsTopLine
  58.   end
  59.   object Toppanel: TPanel
  60.     Left = 0
  61.     Top = 0
  62.     Width = 417
  63.     Height = 65
  64.     Align = alTop
  65.     BevelOuter = bvNone
  66.     Color = clWhite
  67.     TabOrder = 0
  68.     object Captionlabel: TLabel
  69.       Left = 8
  70.       Top = 8
  71.       Width = 91
  72.       Height = 13
  73.       Caption = 'Encrypt Archive'
  74.       Font.Charset = DEFAULT_CHARSET
  75.       Font.Color = clWindowText
  76.       Font.Height = -11
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = [fsBold]
  79.       ParentFont = False
  80.     end
  81.     object Infolabel: TLabel
  82.       Left = 16
  83.       Top = 24
  84.       Width = 396
  85.       Height = 26
  86.       Caption = 
  87.         'Please specify a file that you want to encrypt in the upper fiel' +
  88.         'd, then specify a output file name. Select which algorithm you w' +
  89.         'ant to use and a password of your choice.'
  90.       WordWrap = True
  91.     end
  92.   end
  93.   object Inputedit: TLabeledEdit
  94.     Left = 8
  95.     Top = 88
  96.     Width = 369
  97.     Height = 21
  98.     EditLabel.Width = 69
  99.     EditLabel.Height = 13
  100.     EditLabel.Caption = 'File to encrypt:'
  101.     LabelPosition = lpAbove
  102.     LabelSpacing = 3
  103.     ReadOnly = True
  104.     TabOrder = 1
  105.   end
  106.   object Outputedit: TLabeledEdit
  107.     Left = 8
  108.     Top = 136
  109.     Width = 369
  110.     Height = 21
  111.     EditLabel.Width = 100
  112.     EditLabel.Height = 13
  113.     EditLabel.Caption = 'Encrypted file output:'
  114.     LabelPosition = lpAbove
  115.     LabelSpacing = 3
  116.     ReadOnly = True
  117.     TabOrder = 2
  118.   end
  119.   object Algcombobox: TComboBox
  120.     Left = 8
  121.     Top = 184
  122.     Width = 145
  123.     Height = 21
  124.     Style = csDropDownList
  125.     ItemHeight = 13
  126.     ItemIndex = 5
  127.     TabOrder = 3
  128.     Text = 'Rijndael (256-bit)'
  129.     Items.Strings = (
  130.       'Blowfish (128-bit)'
  131.       'DES (56-bit)'
  132.       'Triple DES (168-bit)'
  133.       'Rijndael (128-bit)'
  134.       'Rijndael (192-bit)'
  135.       'Rijndael (256-bit)')
  136.   end
  137.   object Cancelbutton: TButton
  138.     Left = 336
  139.     Top = 224
  140.     Width = 75
  141.     Height = 25
  142.     Cancel = True
  143.     Caption = 'Cancel'
  144.     TabOrder = 4
  145.     OnClick = CancelbuttonClick
  146.   end
  147.   object Encryptbutton: TButton
  148.     Left = 256
  149.     Top = 224
  150.     Width = 75
  151.     Height = 25
  152.     Caption = 'Encrypt'
  153.     Default = True
  154.     TabOrder = 5
  155.     OnClick = EncryptbuttonClick
  156.   end
  157.   object Passedit: TLabeledEdit
  158.     Left = 160
  159.     Top = 184
  160.     Width = 121
  161.     Height = 21
  162.     EditLabel.Width = 76
  163.     EditLabel.Height = 13
  164.     EditLabel.Caption = 'Enter password:'
  165.     LabelPosition = lpAbove
  166.     LabelSpacing = 3
  167.     PasswordChar = '*'
  168.     TabOrder = 6
  169.   end
  170.   object Pass2edit: TLabeledEdit
  171.     Left = 288
  172.     Top = 184
  173.     Width = 121
  174.     Height = 21
  175.     EditLabel.Width = 85
  176.     EditLabel.Height = 13
  177.     EditLabel.Caption = 'Retype password:'
  178.     LabelPosition = lpAbove
  179.     LabelSpacing = 3
  180.     PasswordChar = '*'
  181.     TabOrder = 7
  182.   end
  183.   object Helpbutton: TButton
  184.     Left = 8
  185.     Top = 224
  186.     Width = 75
  187.     Height = 25
  188.     Caption = 'Help'
  189.     TabOrder = 8
  190.     OnClick = HelpbuttonClick
  191.   end
  192. end
  193.